Make new state flags show up in the docs
authorMatthias Clasen <mclasen@redhat.com>
Sat, 2 Feb 2013 03:52:24 +0000 (22:52 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 2 Feb 2013 03:54:21 +0000 (22:54 -0500)
gtk/gtkenums.h

index 9264d9f01addd4c383c5fd45d286756bd7d291a6..2efee9d5ee697cbc2ad587b360909f2684374830 100644 (file)
@@ -860,8 +860,8 @@ typedef enum
  * @GTK_STATE_FLAG_INCONSISTENT: Widget is inconsistent.
  * @GTK_STATE_FLAG_FOCUSED: Widget has the keyboard focus.
  * @GTK_STATE_FLAG_BACKDROP: Widget is in a background toplevel window.
- * @GTK_STATE_FLAG_LTR: Widget is in left-to-right text direction
- * @GTK_STATE_FLAG_RTL: Widget is in right-to-left text direction
+ * @GTK_STATE_FLAG_DIR_LTR: Widget is in left-to-right text direction. Since 3.8
+ * @GTK_STATE_FLAG_DIR_RTL: Widget is in right-to-left text direction. Since 3.8
  *
  * Describes a widget state. Widget states are used to match the widget
  * against CSS pseudo-classes. Note that GTK extends the regular CSS